added some development tools
[windows-sources.git] / developer / Samples / NET 4.6 / Samples for Parallel / ComputePi / ComputePi_VisualBasic / ComputePi_VisualBasic.vbproj
blob09f861eb276a25f6c83c2515d978495e15ea954b
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6     <ProductVersion>10.0.20815</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{59F26929-18DF-4080-B43B-6ABD39025699}</ProjectGuid>
9     <OutputType>Exe</OutputType>
10     <StartupObject>Sub Main</StartupObject>
11     <RootNamespace>ComputePi</RootNamespace>
12     <AssemblyName>ComputePi</AssemblyName>
13     <FileAlignment>512</FileAlignment>
14     <MyType>Console</MyType>
15     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
16     <TargetFrameworkProfile>Client</TargetFrameworkProfile>
17     <PlatformTarget>x86</PlatformTarget>
18     <OptionExplicit>On</OptionExplicit>
19     <OptionCompare>Binary</OptionCompare>
20     <OptionStrict>On</OptionStrict>
21     <OptionInfer>On</OptionInfer>
22   </PropertyGroup>
23   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
24     <DebugSymbols>true</DebugSymbols>
25     <DebugType>full</DebugType>
26     <DefineDebug>true</DefineDebug>
27     <DefineTrace>true</DefineTrace>
28     <OutputPath>bin\Debug\</OutputPath>
29     <DocumentationFile>ComputePi.xml</DocumentationFile>
30     <NoWarn>
31     </NoWarn>
32     <WarningsAsErrors>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</WarningsAsErrors>
33   </PropertyGroup>
34   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
35     <DebugType>pdbonly</DebugType>
36     <DefineDebug>false</DefineDebug>
37     <DefineTrace>true</DefineTrace>
38     <Optimize>true</Optimize>
39     <OutputPath>bin\Release\</OutputPath>
40     <DocumentationFile>ComputePi.xml</DocumentationFile>
41     <NoWarn>
42     </NoWarn>
43     <WarningsAsErrors>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</WarningsAsErrors>
44   </PropertyGroup>
45   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
46     <PlatformTarget>AnyCPU</PlatformTarget>
47     <OutputPath>bin\Debug\</OutputPath>
48     <DefineDebug>true</DefineDebug>
49     <DefineTrace>true</DefineTrace>
50     <WarningsAsErrors>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</WarningsAsErrors>
51   </PropertyGroup>
52   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
53     <PlatformTarget>AnyCPU</PlatformTarget>
54     <OutputPath>bin\Release\</OutputPath>
55     <Optimize>true</Optimize>
56     <DefineTrace>true</DefineTrace>
57     <WarningsAsErrors>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</WarningsAsErrors>
58   </PropertyGroup>
59   <ItemGroup>
60     <Reference Include="System" />
61     <Reference Include="System.Data" />
62     <Reference Include="System.Deployment" />
63     <Reference Include="System.Xml" />
64     <Reference Include="System.Core" />
65     <Reference Include="System.Xml.Linq" />
66     <Reference Include="System.Data.DataSetExtensions" />
67   </ItemGroup>
68   <ItemGroup>
69     <Import Include="Microsoft.VisualBasic" />
70     <Import Include="System" />
71     <Import Include="System.Collections" />
72     <Import Include="System.Collections.Generic" />
73     <Import Include="System.Data" />
74     <Import Include="System.Diagnostics" />
75     <Import Include="System.Linq" />
76     <Import Include="System.Xml.Linq" />
77   </ItemGroup>
78   <ItemGroup>
79     <Compile Include="Program.vb" />
80     <Compile Include="My Project\AssemblyInfo.vb" />
81     <Compile Include="My Project\Application.Designer.vb">
82       <AutoGen>True</AutoGen>
83       <DependentUpon>Application.myapp</DependentUpon>
84     </Compile>
85     <Compile Include="My Project\Resources.Designer.vb">
86       <AutoGen>True</AutoGen>
87       <DesignTime>True</DesignTime>
88       <DependentUpon>Resources.resx</DependentUpon>
89     </Compile>
90     <Compile Include="My Project\Settings.Designer.vb">
91       <AutoGen>True</AutoGen>
92       <DependentUpon>Settings.settings</DependentUpon>
93       <DesignTimeSharedInput>True</DesignTimeSharedInput>
94     </Compile>
95   </ItemGroup>
96   <ItemGroup>
97     <EmbeddedResource Include="My Project\Resources.resx">
98       <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
99       <LastGenOutput>Resources.Designer.vb</LastGenOutput>
100       <CustomToolNamespace>My.Resources</CustomToolNamespace>
101       <SubType>Designer</SubType>
102     </EmbeddedResource>
103   </ItemGroup>
104   <ItemGroup>
105     <None Include="My Project\Application.myapp">
106       <Generator>MyApplicationCodeGenerator</Generator>
107       <LastGenOutput>Application.Designer.vb</LastGenOutput>
108     </None>
109     <None Include="My Project\Settings.settings">
110       <Generator>SettingsSingleFileGenerator</Generator>
111       <CustomToolNamespace>My</CustomToolNamespace>
112       <LastGenOutput>Settings.Designer.vb</LastGenOutput>
113     </None>
114     <None Include="App.config" />
115   </ItemGroup>
116   <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
117   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
118        Other similar extension points exist, see Microsoft.Common.targets.
119   <Target Name="BeforeBuild">
120   </Target>
121   <Target Name="AfterBuild">
122   </Target>
123   -->
124 </Project>